home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / dessol.zip / _SETUP.1 / DsqSln32.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-08-17  |  3KB  |  125 lines

  1. object AboutBox: TAboutBox
  2.   Left = 437
  3.   Top = 270
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 191
  8.   ClientWidth = 262
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 262
  20.     Height = 191
  21.     Align = alClient
  22.     BevelInner = bvLowered
  23.     BevelOuter = bvLowered
  24.     BevelWidth = 2
  25.     Color = clMaroon
  26.     TabOrder = 0
  27.     object SWLbl1: TLabel
  28.       Left = 15
  29.       Top = 120
  30.       Width = 233
  31.       Height = 13
  32.       Alignment = taCenter
  33.       AutoSize = False
  34.       Caption = 'Unregistered'
  35.       Font.Color = clWhite
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.     end
  41.     object SWLbl2: TLabel
  42.       Left = 12
  43.       Top = 136
  44.       Width = 237
  45.       Height = 13
  46.       Alignment = taCenter
  47.       AutoSize = False
  48.       Caption = 'Shareware'
  49.       Font.Color = clWhite
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.     end
  55.     object Label1: TLabel
  56.       Left = 32
  57.       Top = 65
  58.       Width = 199
  59.       Height = 13
  60.       Caption = 'Copyright ∩┐╜ 1996 Brazos Bayou Software '
  61.       Font.Color = clSilver
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.     end
  67.     object Image1: TImage
  68.       Left = 115
  69.       Top = 84
  70.       Width = 32
  71.       Height = 32
  72.       AutoSize = True
  73.       Picture.Data = {<image000.ico>}
  74.       OnDblClick = ProgramIconDblClick
  75.     end
  76.     object rhLabel3D1: TrhLabel3D
  77.       Left = 17
  78.       Top = 12
  79.       Width = 229
  80.       Height = 32
  81.       Alignment = taCenter
  82.       Caption = 'DesqTop Solutions'
  83.       Font.Color = clWhite
  84.       Font.Height = -29
  85.       Font.Name = 'Times New Roman'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.       Style3D = tsShadowed
  89.       ShadowOffset = 3
  90.       Color3DShadow = clBlack
  91.     end
  92.     object rhLabel3D2: TrhLabel3D
  93.       Left = 93
  94.       Top = 44
  95.       Width = 76
  96.       Height = 19
  97.       Caption = 'Version 2.1'
  98.       Font.Color = clWhite
  99.       Font.Height = -16
  100.       Font.Name = 'Times New Roman'
  101.       Font.Style = [fsBold]
  102.       ParentFont = False
  103.       Style3D = tsShadowed
  104.       ShadowOffset = 3
  105.       Color3DShadow = clBlack
  106.     end
  107.   end
  108.   object OKButton: TBitBtn
  109.     Left = 99
  110.     Top = 156
  111.     Width = 65
  112.     Height = 23
  113.     Font.Color = clBlack
  114.     Font.Height = -13
  115.     Font.Name = 'System'
  116.     Font.Style = [fsBold]
  117.     ParentFont = False
  118.     TabOrder = 1
  119.     Kind = bkOK
  120.     Margin = 2
  121.     Spacing = -1
  122.     IsControl = True
  123.   end
  124. end
  125.